home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro One: Netcracker Netscape Navigator
/
ProOne: Netcracker Netscape Navigator.iso
/
pc
/
nc
/
nct02120.geo
/
00178.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-03-19
|
295 b
|
13 lines
on exitFrame
global Localtimer
if (the timer > getTimer()) and (Localtimer < 2) then
startTimer()
if the visible of sprite 18 then
set the visible of sprite 18 to 0
else
set the visible of sprite 18 to 1
set Localtimer to 1 + Localtimer
end if
end if
end